 # Each line in this file represents a position to check (relative to the cursor position).
# Empty lines and lines starting with # are ignored.
# The order of the points in this file dictates the order in which the positions are checked.

# NOTE: This first bunch of coordinates is the same as what the regular checking does,
#       so it has been commented out (but is in here so that it can easily be enabled
#       if we decide to ditch the normal checks).

# Check the cursor position first
0, 0

# Check square around Toki in a circular fashion

0, -1
1, 0
0, 1
-1, 0 
1, -1
1, 1
-1, 1
-1, -1


